type runtime.statDepSet

16 uses

	runtime (current package)
		metrics.go#L33: 	deps statDepSet
		metrics.go#L519: type statDepSet [1]uint64
		metrics.go#L522: func makeStatDepSet(deps ...statDep) statDepSet {
		metrics.go#L523: 	var s statDepSet
		metrics.go#L531: func (s statDepSet) difference(b statDepSet) statDepSet {
		metrics.go#L532: 	var c statDepSet
		metrics.go#L540: func (s statDepSet) union(b statDepSet) statDepSet {
		metrics.go#L541: 	var c statDepSet
		metrics.go#L549: func (s *statDepSet) empty() bool {
		metrics.go#L559: func (s *statDepSet) has(d statDep) bool {
		metrics.go#L703: 	ensured   statDepSet
		metrics.go#L712: func (a *statAggregate) ensure(deps *statDepSet) {